- value
- Buffer that contains the values to set.
- temporalPointCount
- Number of values to set. TemporalPointCount is updated with this value.
Visual Basic (Declaration) | |
---|---|
Overloads Public Sub SetReferencedSamplePositions( _ ByVal value() As Integer, _ ByVal temporalPointCount As Integer _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public void SetReferencedSamplePositions( int[] value, int temporalPointCount ) |
C++/CLI | |
---|---|
public: void SetReferencedSamplePositions( array<int>^ value, int temporalPointCount ) |
Parameters
- value
- Buffer that contains the values to set.
- temporalPointCount
- Number of values to set. TemporalPointCount is updated with this value.
This method can be used to update the values under the "Referenced Sample Positions" (0040,A132) element.
This method will also update TemporalPointCount property to be equal to temporalPointCount .
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family